bufio.Reader.fill (method)
8 uses
bufio (current package)
bufio.go#L92: func (b *Reader) fill() {
bufio.go#L144: b.fill() // b.w-b.r < len(b.buf) => buffer is not full
bufio.go#L184: b.fill()
bufio.go#L264: b.fill() // buffer is empty
bufio.go#L299: b.fill() // b.w-b.r < len(buf) => buffer is not full
bufio.go#L371: b.fill() // buffer is not full
bufio.go#L532: b.fill() // buffer not full
bufio.go#L542: b.fill() // buffer is empty
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)